From: Colin Walters Date: Wed, 5 Jul 2017 20:43:42 +0000 (-0400) Subject: build-sys: Post-release version bump X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~34^2~34 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=28ec43c41ad034da3cec695017d69c36c706ec7b;p=ostree.git build-sys: Post-release version bump Closes: #994 Approved by: jlebon --- diff --git a/configure.ac b/configure.ac index 30ae793b..3fc0fabf 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check dnl in test-symbols.sh, and also set is_release_build=yes below. Then make dnl another post-release commit to bump the version, and set is_release_build=no. m4_define([year_version], [2017]) -m4_define([release_version], [8]) +m4_define([release_version], [9]) m4_define([package_version], [year_version.release_version]) AC_INIT([libostree], [package_version], [walters@verbum.org]) -is_release_build=yes +is_release_build=no AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([buildutil]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/src/libostree/libostree-devel.sym b/src/libostree/libostree-devel.sym index 01f182f6..68ed4020 100644 --- a/src/libostree/libostree-devel.sym +++ b/src/libostree/libostree-devel.sym @@ -18,6 +18,8 @@ ***/ /* Add new symbols here. Release commits should copy this section into -released.sym. */ +LIBOSTREE_2017.9 { +}; /* Stub section for the stable release *after* this development one; don't * edit this other than to update the last number. This is just a copy/paste